翻訳と辞書
Words near each other
・ Line S1 (Milan suburban railway service)
・ Line S1, BCR
・ Line S11 (Milan suburban railway service)
・ Line S13 (Milan suburban railway service)
・ Line S14 (Milan suburban railway service)
・ Line S2 (Milan suburban railway service)
・ Line S2, BCR
・ Line S3 (Milan suburban railway service)
・ Line S4 (Milan suburban railway service)
・ Line S5 (Milan suburban railway service)
・ Line S6 (Milan suburban railway service)
・ Line S8 (Milan suburban railway service)
・ Line S9 (Milan suburban railway service)
・ Line search
・ Line segment
Line segment intersection
・ Line SFM1
・ Line SFM2
・ Line SFM3
・ Line SFM4
・ Line SFMA
・ Line SFMB
・ Line shaft
・ Line sheet
・ Line signaling
・ Line sitting
・ Line Skis
・ Line source
・ Line Spectra
・ Line spectral pairs


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Line segment intersection : ウィキペディア英語版
Line segment intersection
In computational geometry, the line segment intersection problem supplies a list of line segments in the Euclidean plane and asks whether any two of them intersect, or cross.
Simple algorithms examine each pair of segments. However, if a large number of possibly intersecting segments are to be checked, this becomes increasingly inefficient since most pairs of segments are not close to one another in a typical input sequence. The most common, more efficient way to solve this problem for a high number of segments is to use a sweep line algorithm, where we imagine a line sliding across the line segments and we track which line segments it intersects at each point in time using a dynamic data structure based on binary search trees. The Shamos–Hoey algorithm applies this principle to solve the line segment intersection detection problem, as stated above, of determining whether or not a set of line segments has an intersection; the Bentley–Ottmann algorithm works by the same principle to list all intersections in logarithmic time per intersection.
== See also ==

* Line-line intersection

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Line segment intersection」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.